Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New linking experience. #17368

Draft
wants to merge 112 commits into
base: master
Choose a base branch
from
Draft

Conversation

pszczesniak
Copy link
Contributor

@pszczesniak pszczesniak commented Oct 31, 2024

Suggested merge commit message (convention)

Type: !!TODO!! describe changes in the link form. Closes #000.

Other (link): The Link feature now uses the ToolbarView instead of a custom LinkActionsView to display the link toolbar in the contextual balloon. The new toolbar uses components registered in the ComponentFactory.

Other (bookmark): The Bookmark feature now uses the WidgetToolbarRepository instead of a custom ActionsView to display the bookmark toolbar in the contextual balloon. The new toolbar uses components registered in the ComponentFactory.

Fix (ui): The ButtonView#icon property can now be set/reset after the button's first render.

Other (ui): The IconView now throws a meaningful error if the provided icon content is not a valid SVG.

Other (widget): The WidgetToolbarRepository#register() now accepts a customized list of desired balloon positions.

BREAKING CHANGE (link): The LinkUI#actionsView is no longer available. The bookmark feature now uses the LinkUI#toolbarView (an instance of the ToolbarView class) instead of the custom LinkActionsView.

BREAKING CHANGE (bookmark): The BookmarkUI#actionsView is no longer available. The Bookmark feature is now using the WidgetToolbarRepository instead.

MINOR BREAKING CHANGE (link): The createBookmarkCallbacks() helper is now replaced by the isScrollableToTarget() and scrollToTarget() helpers.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

filipsobol and others added 30 commits October 15, 2024 12:04
Co-authored-by: Kuba Niegowski <[email protected]>
Co-authored-by: Piotr Szczęśniak <[email protected]>
Feature (core): Add `settings` icon. See #17230.

Feature (link): Update UI of the small Link panel. See #17230.
…230-link-toolbar

# Conflicts:
#	packages/ckeditor5-link/src/linkui.ts
niegowski and others added 30 commits October 29, 2024 11:03
Feature (link): Add the Bookmarks panel to the link UI. See #17230.
Other (link): Rename the `cancel` event to `back` in `LinkAdvancedView`. See  #17230.
Other (link): The Link feature now uses the ToolbarView instead of a custom LinkActionsView to display the link toolbar in the contextual balloon. The new toolbar uses components registered in the ComponentFactory.

Other (bookmark): The Bookmark feature now uses the WidgetToolbarRepository instead of a custom ActionsView to display the bookmark toolbar in the contextual balloon. The new toolbar uses components registered in the ComponentFactory.

Fix (ui): The ButtonView#icon property can now be set/reset after the button's first render.

Other (ui): The IconView now throws a meaningful error if the provided icon content is not a valid SVG.

Other (widget): The WidgetToolbarRepository#register() now accepts a customized list of desired balloon positions.

BREAKING CHANGE (link): The LinkUI#actionsView is no longer available. The bookmark feature now uses the LinkUI#toolbarView (an instance of the ToolbarView class) instead of the custom LinkActionsView.

BREAKING CHANGE (bookmark): The BookmarkUI#actionsView is no longer available. The Bookmark feature is now using the WidgetToolbarRepository instead.

MINOR BREAKING CHANGE (link): The createBookmarkCallbacks() helper is now replaced by the isScrollableToTarget() and scrollToTarget() helpers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants